PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeShowText3Operator Method
The COS string
The text object displayed by this operator
In This Topic
    analyzeShowText3Operator Method
    In This Topic
    Called when ' operator is found.
    The textVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator.
    Syntax
    public void analyzeShowText3Operator( 
       PDFCosString cosText,
       PDFTextVisualObject textVisualObject
    )

    Parameters

    cosText
    The COS string
    textVisualObject
    The text object displayed by this operator
    See Also